Auto merge of #5059 - tobywhughes:master, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 27 Feb 2018 04:24:19 +0000 (04:24 +0000)
committerbors <bors@rust-lang.org>
Tue, 27 Feb 2018 04:24:19 +0000 (04:24 +0000)
Clean with --verbose now prints path of what is being removed.

Added verbose output for the clean command. Simply takes whatever is passed into the rm_rf() function and outputs "Removing /whatever/the/path/to/remove/is"

[Issue this is being used for](https://github.com/rust-lang/cargo/issues/5056)


Trivial merge